#contact {
    background-image: url('../Images/Path\ 1.png');
    background-repeat: no-repeat;
    background-size: contain;
}
#contact h3{
    color: white;
    font-weight: 500;
    font-size: 35px;
    text-transform: uppercase;
}
#contact .location iframe{
   height: 100%;
 }
#contact .m-det{
    position: absolute; 
    top: 200px; 
    background-color: white;
    width: 60%;
    font-size: 17px;
 }
 #contact .m-det a{
   text-decoration: none;
 }
 #contact .m-det .m-head{
    margin-left: 5px;
    color: black;
    font-weight: 500;
 }
 #contact .m-det .m-bot{
    margin-left: 44px;
    color: black; 
    display: flex;
 }
 #contact .m-det .mail-bot{
     display: none;
    margin-left: 44px;
    color: black;  
 }
 #contact .m-det i{
   color: #981E32; 
 }
#contact form{
    background-color: white;
}
#contact form input{
    background-color: white;
    height: 50px;
    font-size: 18px;
}
#contact form .attach{
   border: 2px dotted rgb(192, 190, 190);
   font-size: 18px;
   font-weight: 500;
   color:rgb(88, 86, 86) ;
}
#contact form .btn-Send{
    color: rgb(230, 226, 226);  
    background-color: #981E32;
    font-weight: 600;
    font-size: 18px;
 }
 @media (max-width:1300px) {
    #contact .m-det .mail-bot{
        display: block;
    }
    #contact .m-det .mail-head{
       display: none;
     }
}
 @media (max-width:768px) {
    #contact .m-det{
        position: static;    
        background-color: white;
        width: 100%;
     }
     #contact .location iframe{
        height:auto;
      }
      #contact {
        background-size:auto;
     }
}
